Next: Segment_To_Descriptor
Up: Functions and Procedures
Previous: Allocate_Ldt_Descriptors
Procedure Free_Ldt_Descriptor (Sel : word) ;
Free_Ldt_Descriptor frees a previously allocated selector
with descriptor Sel
Notes:
- Only works with real DPMI.
- After this call this selector is invalid and must not be used for any
memory operations anymore.
- Each descriptor allocated with allocate_ltd_descriptor must be
freed
individually with this function, even if it was previously allocated as
a part of a contiguous array of descriptors.
None.
AllocateLdtDescriptors
For an example, see AllocateLdtDescriptors.
Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998